home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / demos / spycraft.dir / 00006.ls < prev    next >
Encoding:
Text File  |  1995-12-11  |  132 b   |  10 lines

  1. global gMovieSprite
  2.  
  3. on exitFrame
  4.   if rollOver(gMovieSprite + 1) then
  5.     go("story return")
  6.   else
  7.     go("story 2")
  8.   end if
  9. end
  10.